*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

strong {
    font-weight: bold;
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    color: #333;
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input { cursor: pointer; -webkit-appearance: none; }
select {
    -webkit-appearance: button;
}

.inner {
    width: 80%;
    margin: 0 auto;
}

.padd {
    padding: 108px 0;
}

@media(max-width:1368px) {
    .padd {
        padding: 80px 0;
    }
}

@media(max-width:1024px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:486px) {
    .padd {
        padding: 48px 0;
    }
}

.allMore {
    position: relative;
}

.allMore a {
    padding: 14px 48px;
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 1;
    font-size: 16px;
}

@media(max-width: 468px) {

    .allMore a {
        font-size: 13px;
        padding: 12px 28px;
    }
}


/* å†…é¡µban */
.banN {
    width: 100%;
    position: relative;
}

.banN img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banN_m {
    display: none;
}

@media(max-width:500px) {
    .banN_m {
        display: block;
    }

    .banN_pc {
        display: none;
    }
}

/* å›¾ç‰‡é«˜åº¦ */
.indImg {
    overflow: hidden;
    position: relative;
}

.indImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    /*left: 10%;*/
    top: 0;
    transition: all .48s;
}


/* swiper.js æŽ§åˆ¶å™¨æ ·å¼ */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {
    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* åŠ¨ç”»æ•ˆæžœ */
.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.e-lazy {
    position: relative;
    overflow: hidden;
    /* background-color: #ccc;
    background-color: #ccc; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
}

/* .e-lazy:after {
    padding-top: 75%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    content: '';
}

:after, :before {
    box-sizing: border-box;
} */

.e-lazy img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

/* .row .e-col-xl-6 {
    width: 50%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    zoom: 1;
    margin: -40px -20px 0;
    overflow: hidden;
}

.row > * > * {
    position: relative;
} */

.e-module-202208310910 {
    position: relative;
    z-index: 2;
}

.e-module-202208310910 .recommend {
    display: flex;
    width: 100%;
}

@media (max-width: 992px) {
    .e-module-202208310910 .recommend {
      flex-wrap: wrap;
    }
}

.e-module-202208310910 .recommend .a-left {
    position: relative;
    width: 40%;
    margin-right: 40px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .a-left {
      margin-right: 24px;
    }
}

@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
    }
}
.e-module-202208310910 .recommend .a-left .con-left {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.e-module-202208310910 .recommend .a-left .con-left:hover .e-left-image-second {
    width: 74% !important;
    left: 13% !important;
}
.e-module-202208310910 .recommend .a-left .con-left .l-con {
    text-align: center;
    padding: 65px 125px 200px 125px;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con {
        padding: 60px 85px 160px 85px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con {
        padding: 50px 60px 120px 60px;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con {
        padding: 50px 170px 240px 170px;
    }
}
@media (max-width: 750px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con {
      padding: 30px 20px 100px 20px;
    }
}
.e-module-202208310910 .recommend .a-left .con-left .l-con .p-biaoqian {
    color: #c7000b;
    font-size: 20px;
    line-height: 1.6;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-biaoqian {
      font-size: 16px;
      line-height: 1.95;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-biaoqian {
      font-size: 12px;
      line-height: 1.667;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-biaoqian {
      font-size: 16px;
      line-height: 1.95;
    }
}
@media (max-width: 750px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-biaoqian {
      font-size: 14px;
      line-height: 1.95;
    }
}
.e-module-202208310910 .recommend .a-left .con-left .l-con .h-title {
    color: #333333;
    font-size: 34px;
    line-height: 1.471;
    padding-top: 20px;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .h-title {
      font-size: 26px;
      line-height: 1.385;
      padding-top: 10px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .h-title {
      font-size: 20px;
      line-height: 1.6;
      padding-top: 5px;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .h-title {
      font-size: 26px;
      line-height: 1.385;
      padding-top: 15px;
    }
}
@media (max-width: 750px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .h-title {
      font-size: 16px;
      line-height: 1.95;
      padding-top: 5px;
    }
}
.e-module-202208310910 .recommend .a-left .con-left .l-con .p-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.95;
    padding-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-text {
      font-size: 14px;
      line-height: 1.95;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-text {
      font-size: 12px;
      line-height: 1.667;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
  }
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .l-con .p-text {
        font-size: 14px;
        line-height: 1.95;
        padding-top: 10px;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
}
.e-module-202208310910 .recommend .a-left .con-left .pic {
    position: relative;
    height: 100%;
    flex: 1;
}
.e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-first {
    background-size: cover;
    background-position: center;
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-first {
      position: relative;
      background-image: none !important;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-first .e-lazy {
      position: relative;
      display: block !important;
    }
}
.e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-first .e-lazy::after {
    padding-top: 105.66860465%;
}
.e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-second {
    transition: all 0.4s;
    width: 70%;
    left: 15%;
    margin-top: -32%;
    height: auto;
    background-size: contain;
}
.e-module-202208310910 .recommend .a-left .con-left .pic .e-bg.e-left-image-second::after {
    content: "";
    margin-top: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.e-module-202208310910 .recommend .con-right {
    width: 88%;
    margin: auto;
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right {
      width: 100%;
    }
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow {
      margin: -25px -10px 0 -10px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow {
      margin: -20px -10px 0 -10px;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow {
      margin: -25px -10px 0 -10px;
    }
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col {
      margin-top: 25px;
      padding: 0 10px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col {
      margin-top: 20px;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col {
      margin-top: 25px;
    }
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con:hover img {
    transform: scale(1.05);
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .e-lazy::after {
    padding-top: 72%;
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .e-lazy img {
    border-radius: 10px 10px 0 0;
    transition: 1s;
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con {
    text-align: center;
    padding: 45px 60px 50px 60px;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con {
      padding: 40px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con {
      padding: 25px 26px 30px 30px;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con {
      padding: 35px 38px 30px 37px;
    }
}
@media (max-width: 750px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con {
      padding: 25px 20px 25px 20px;
    }
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-biaoqian {
    color: #c7000b;
    font-size: 20px;
    line-height: 1.6;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-biaoqian {
      font-size: 16px;
      line-height: 1.95;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-biaoqian {
      font-size: 12px;
      line-height: 1.667;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-biaoqian {
      font-size: 14px;
      line-height: 1.95;
    }
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .h-title {
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
    padding-top: 10px;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .h-title {
      font-size: 18px;
      line-height: 1.889;
      padding-top: 5px;
      padding-bottom: 10px;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .h-title {
      font-size: 14px;
      line-height: 1.95;
      padding-bottom: 0;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .h-title {
      font-size: 16px;
      line-height: 1.95;
      padding-top: 0;
    }
}
.e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.95;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
@media (max-width: 1600px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-text {
      font-size: 14px;
      line-height: 1.95;
      padding-top: 0;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
}
@media (max-width: 1200px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-text {
      font-size: 12px;
      line-height: 1.667;
      padding-top: 5px;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
}
@media (max-width: 992px) {
    .e-module-202208310910 .recommend .con-right .srow .r-col .srow-con .r-con .p-text {
      font-size: 14px;
      line-height: 1.95;
      overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    }
}

.e-block {
    color: #666;
    overflow: hidden;
    position: relative;
}

.e-block-tb {
    /* padding-top: 77px; */
    padding-bottom: 40px;
    position: relative;
}
@media (max-width: 1600px) {
    .e-block-tb {
      /* padding-top: 60px; */
      padding-bottom: 40px;
    }
}

@media (max-width: 1280px) {
    .e-block-tb {
      /* padding-top: 50px; */
      padding-bottom: 40px;
    }
}
@media (max-width: 1200px) {
    .e-block-tb {
      /* padding-top: 41px; */
      padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .e-block-tb {
      /* padding-top: 34px; */
      padding-bottom: 40px;
    }
}

.e-block .e-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.e-cistern-l {
    max-width: 1716px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 80px;
}

@media (max-width: 1600px) {
    .e-cistern-l {
      max-width: 1366px;
    }
}
@media (max-width: 1200px) {
    .e-cistern-l {
      max-width: 100%;
      padding-right: 40px;
      padding-left: 40px;
    }
}

@media (max-width: 750px) {
    .e-cistern-l {
      padding-right: 20px;
      padding-left: 20px;
    }
}

.e-block .e-con {
    position: relative;
    margin-top: 50px;
}

@media (max-width: 1600px) {
    .e-block .e-con {
      margin-top: 40px;
    }
}
@media (max-width: 1200px) {
    .e-block .e-con {
      margin-top: 30px;
    }
}

/* 新闻资讯 */
.news-list-box .swiper-slide {
    padding: 0 15px;
}

@media (max-width: 767px) {
    .news-list-box .swiper-slide {
        padding: 0;
    }

    .news-text-list {
        position: relative !important;
        height: auto !important;
        left: 0 !important;
        right: 0 !important;
    }

    .news-list-box .news-box {
        padding-bottom: 15px;
    }

    .news-list-box :last-child .news-box {
        padding-bottom: 0;
    }
}

.news-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.news-box span.tag {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.8);
    line-height: 34px;
    padding: 0 30px;
    z-index: 10;
}

.news-box a.hover-news {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}

.news-box a.hover-news:hover {
    text-decoration: none;
}

.news-box .text {
    padding-top: 15px;
    color: #666666;
    -webkit-box-flex: 1;
    flex: auto;
}

.news-box .text .iconfont {
    font-family: 'myiconfont' !important;
}

.news-box .text .title {
    color: #333;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}
.news-box .text .title a {
    color: #333;
}

.news-box .text .title a:hover {
    color: #ac2e2a;
}

.news-box .text p {
    font-size: 1em;
    margin-bottom: 5px;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

.news-box .text .note {
    overflow: hidden;
}

.news-box .text .note p {
    float: left;
    margin-right: 20px;
    min-height: auto;
}

.news-box .text .note p .iconfont {
    margin-right: 5px;
}

.bg-grey {
  background-color: #f8f8f8 !important;
}

.news-box .text.bg-grey {
    padding: 15px;
}

.news-box:hover .text.bg-grey {
    background-color: #e9e6e652;
}

.news-list-box .news-box {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }
}


.mb60 {
    margin-bottom: 30px !important;
}

@media (min-width: 991px) {
    .mb60 {
        margin-bottom: 60px !important;
    }

    .mb10 {
      margin-bottom: 10px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    .col-md-4 {
        position:relative;
        width:100%;
        padding-right:15px;
        padding-left:15px;
    }
}

.img-ani-box
.bg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-ani-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.img-ani-box img {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    float: left;
}

.img-ani-box:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.img-ani-box .text {
    position: absolute;
    bottom: 0;
    padding: 10px 15px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 1.125em;
}

.mb30 {
    margin-bottom: 15px !important;
}

a.btn-arrow2 {
    font-size: 0.7em;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-arrow2 {
    position: relative;
    padding-right: 20px;
    color: #000;
}

.btn-arrow2:hover {
    color: #000;
    text-decoration: none;
}

.btn-arrow2:hover::after {
    margin-left: 5px;
}

.btn-arrow2 span {
    display: none;
}

.icon {
    height: 16px;
    margin-top: -4px;
    margin-right: 3px;
}

.btn-arrow2::after {
    content: "";
    display: inline-block;
    background-image: url('../images/right.png');
    background-size:cover;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

.news-text-list {
    background-color: #f8f8f8;
    height: 100%;
    height: 0;
    position: absolute;
    left: 15px;
    right: 15px;
}

.news-text-list span.tag {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(75, 75, 75, 0.8);
    line-height: 34px;
    padding: 0 30px;
    z-index: 10;
}

.news-text-list .do-nicescrol {
    height: 100%;
    padding: 40px 20px;
}

.news-text-list .news-item {
    display: block;
}

.news-text-list .news-item.red,
.news-text-list .news-item:hover {
    text-decoration: none;
}

.news-text-list .news-item.red p,
.news-text-list .news-item:hover p,
.news-text-list .news-item.red .title,
.news-text-list .news-item:hover .title {
    color: #ac2e2a;
}

.news-text-list .title {
    color: #333;
    font-size: 1.125em;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-text-list p {
    font-size: 1em;
    margin-bottom: 0;
    line-height: 150%;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-text-list .note {
    overflow: hidden;
}

.news-text-list .note p {
    float: left;
    margin-right: 20px;
}

.news-text-list .note p .iconfont {
    margin-right: 5px;
    font-family: 'myiconfont' !important;
}

.hrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 45px;
}

.text-center {
    text-align: center;
}

.section-4 .btn-box a {
    margin: 0 1px;
}

@media (max-width: 991px) {
    .section-4 .btn-box a {
        margin-bottom: 15px;
    }
}

.btn-white,
.btn-black {
    min-width: 170px;
    max-width: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    height: 45px !important;
    line-height: 43px !important;
    padding: 0 20px;
}

.btn-white:hover,
.btn-black:hover {
    background-color: #0d2245;
    border: 1px solid #0d2245;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .btn-white,
    .btn-black {
        height: 40px !important;
        line-height: 38px !important;
        padding: 0 15px;
        font-size: 13px;
    }
}

.btn-black {
    border: 1px solid #000;
    color: #000;
}

/* 解决方案 */
.main-case-studies {
    position: relative;
    width: 100%;
    margin-top: 55px;
}

.main-case-studies .box {
    background-color: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.main-case-studies .box:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 0;
    height: 0px;
    background-color: #c7000b;
    width: 100%;
    transition: height 0.4s;
}

.main-case-studies .box:hover .img img {
    transform: scale(1.1);
}
.main-case-studies .box:hover .text .h {
    color: #000;
}
.main-case-studies .box .img {
    overflow: hidden;
    height: 210px;
    background: none;
}
.main-case-studies .box .img::after {
    padding-top: 56.25%;
}
.main-case-studies .box .img img {
    transition: transform 0.4s;
    transform: scale(1);
}
.main-case-studies .box .text {
    padding: 35px 40px;
}

@media (max-width: 1600px) {
    .main-case-studies .box .text {
      padding: 30px 40px;
    }
  }
  @media (max-width: 1200px) {
    .main-case-studies .box .text {
      padding: 25px 30px;
    }
  }
  @media (max-width: 992px) {
    .main-case-studies .box .text {
      padding: 20px 25px;
    }
  }

.main-case-studies .box .text .h {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    padding-bottom: 15px;
}

@media (max-width: 1600px) {
    .main-case-studies .box .text .h {
      font-size: 20px;
      line-height: 1.6;
      padding-bottom: 10px;
    }
}
@media (max-width: 992px) {
    .main-case-studies .box .text .h {
      font-size: 18px;
      line-height: 1.889;
    }
}

.main-case-studies .box .label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
}
.main-case-studies .box .tip {
    line-height: 1;
    color: #666;
    display: inline-block;
    margin-right: 25px;
}

@media (max-width: 1600px) {
    .main-case-studies .box .tip {
      font-size: 14px;
      line-height: 1.95;
    }
}
.main-case-studies .noResult {
    text-align: center;
    height: 450px;
    padding-top: 80px;
    background: #fff;
    margin-top: 30px;
}
.main-case-studies .noResult .cistern {
    margin: 0 auto;
}
.main-case-studies .noResult p {
    color: #999;
    font-size: 18px;
    margin-top: -145px;
}

@media (max-width: 992px) {
    .main-case-studies .noResult p {
      font-size: 14px;
      margin-top: -45px;
    }
}
.main-case-studies .noResult p span {
    color: #333;
}
@media (max-width: 992px) {
    .main-case-studies .noResult img {
        width: 50%;
        max-width: 200px;
    }
}

.srow > * > * {
    position: relative;
}

a, i {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.clearfix:after {
    display: table;
    clear: both;
    content: ' ';
}
.srow {
    display: flex;
    flex-wrap: wrap;
    zoom: 1;
    margin: -40px -20px 0;
    overflow: hidden;
  }
  .srow .e-col-xl-1 {
    width: 8.33333333%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-1 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-2 {
    width: 16.66666667%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-2 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }

  .srow .e-col-xl-3 {
    width: 25%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-3 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-4 {
    width: 33.2222%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-4 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-5 {
    width: 41.66666667%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }

  @media (max-width: 1200px) {
    .srow .e-col-xl-5 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-6 {
    width: 50%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 50px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-6 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-7 {
    width: 58.33333333%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }

@media (max-width: 1200px) {
    .srow .e-col-xl-7 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-8 {
    width: 66.66666667%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-8 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-9 {
    width: 75%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-9 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }

  .srow .e-col-xl-10 {
    width: 83.33333333%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-10 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-11 {
    width: 91.66666667%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1200px) {
    .srow .e-col-xl-11 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-12 {
    width: 100%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }

  @media (max-width: 1200px) {
    .srow .e-col-xl-12 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  .srow .e-col-xl-1-5 {
    width: 20%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-1 {
      width: 8.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-1 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }

  @media (max-width: 1600px) {
    .srow .e-col-lg-2 {
      width: 16.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-2 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-3 {
      width: 25%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-3 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-4 {
      width: 33.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-4 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-5 {
      width: 41.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-5 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }

  @media (max-width: 1600px) {
    .srow .e-col-lg-6 {
      width: 50%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-6 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-7 {
      width: 58.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-7 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }

  @media (max-width: 1600px) {
    .srow .e-col-lg-8 {
      width: 66.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-8 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-9 {
      width: 75%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }


  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-9 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-10 {
      width: 83.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-10 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-11 {
      width: 91.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }

  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-11 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-12 {
      width: 100%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-12 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1600px) {
    .srow .e-col-lg-1-5 {
      width: 20%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 20px;
      margin-top: 40px;
    }
  }
  @media (max-width: 1600px) and (max-width: 1200px) {
    .srow .e-col-lg-1-5 {
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-1 {
      width: 8.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-2 {
      width: 16.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-3 {
      width: 25%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-4 {
      width: 33.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-5 {
      width: 41.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-6 {
      width: 50%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-7 {
      width: 58.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-8 {
      width: 66.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-9 {
      width: 75%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-10 {
      width: 83.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-11 {
      width: 91.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-12 {
      width: 100%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .srow .e-col-md-1-5 {
      width: 20%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-1 {
      width: 8.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-2 {
      width: 16.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-3 {
      width: 25%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-4 {
      width: 33.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-5 {
      width: 41.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-6 {
      width: 49.6666%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-7 {
      width: 58.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-8 {
      width: 66.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-9 {
      width: 75%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-10 {
      width: 83.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-11 {
      width: 91.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-12 {
      width: 100%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 992px) {
    .srow .e-col-sm-1-5 {
      width: 20%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-1 {
      width: 8.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-2 {
      width: 16.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-3 {
      width: 25%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-4 {
      width: 33.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-5 {
      width: 41.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-6 {
      width: 50%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-7 {
      width: 58.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-8 {
      width: 66.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-9 {
      width: 75%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-10 {
      width: 83.33333333%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-11 {
      width: 91.66666667%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-12 {
      width: 100%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 750px) {
    .srow .e-col-xs-1-5 {
      width: 20%;
      float: left;
      overflow: hidden;
      min-height: 1px;
      padding: 0 10px;
      margin-top: 20px;
    }
  }
  @media (max-width: 1200px) {
    .rsow {
      margin: -20px -10px 0;
    }
  }

  .pro {
    height: 250px;
    background: none;
    overflow: hidden;
  }

  .sTitle::after {
    display: block;
    content: "";
    width: 80px;
    border-bottom: 3px solid #c7000b;
    margin: 10px auto;
  }

  /* 解决放啊 */
  .mb80 {
    margin-top: 55px;
    margin-bottom: 20px !important;
  }

  @media (min-width: 991px) {
    .mb80 {
      margin-bottom: 10px !important;
    }
  }

  @media (min-width: 992px) {
    .container-custom {
        width: 85%;
        max-width: 1584px;
    }
  }

  .container-custom {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}


.tab {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
}

.tab .swiper-container {
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
}

.tab .swiper-container .swiper-wrapper {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.tab .swiper-container.swiper-container-horizontal .swiper-wrapper {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .tab .swiper-container {
      width: 100%;
  }
}

.tab .swiper-slide {
  width: auto;
  position: relative;
  white-space: nowrap;
}

.tab .swiper-slide::after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background-color: #333333;
}

.tab .swiper-slide:last-child::after {
  display: none;
}

.tab a {
  font-size: 1em;
  line-height: 1.1em;
  color: #666666;
  float: left;
  text-decoration: none;
  padding: 0 50px;
}

.tab a.active,
.tab a:hover {
  color: #c7000b;
  text-decoration: none;
}

@media (max-width: 991px) {
  .tab a {
      width: 100%;
      padding: 0 10px;
      /* max-width: 200px; */
  }

  .tab a:hover {
      color: #666666;
  }

  .tab a.active {
      color: #c7000b;
  }
}

.tab span.arrow {
  font-size: 20px;
  line-height: 1em;
  visibility: hidden;
  cursor: pointer;
  font-family: 'myiconfont' !important;
  color: #c7000b;
}

.tab span.arrow.show {
  visibility: visible;
}

.tab span.arrow.arrow-left {
  padding-right: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #c7000b;
  top: 100px;
}

.tab span.arrow.arrow-right {
  padding-left: 20px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c7000b;
  top: 150px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}

.container-full {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-box {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
}

.content-box .bg {
  width: 100%;
  display: block;
  vertical-align: middle;
    border-style: none;
}

.content-style-1 .midd-center {
  height: 100%;
}

@media (max-width: 991px) {
  .content-style-1 .midd-center {
      position: static;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

.midd-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-style-1 .swiper-container {
  height: 100%;
}

.swiper-container.swiper-container-horizontal .swiper-button-next,
.swiper-container.swiper-container-horizontal .swiper-button-prev {
    display: block;
}

.content-style-1 .text-box {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content-style-1 .text-box .pic {
  padding-left: 15%;
}

.content-style-1 .text-box .pic img {
  width: 100%;
  vertical-align: middle;
    border-style: none;
}

@media (max-width: 991px) {
  .content-style-1 .text-box .pic {
      padding: 0;
  }
}

.content-style-1 .text-box .text {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 6%;
  padding-right: 20%;
}

@media (max-width: 991px) {
  .content-style-1 .text-box .text {
      padding: 15px 0;
      padding-bottom: 0;
      position: static;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  }
}

.content-style-1 .text-box .title {
  font-size: 18px;
}

.content-style-1 .text-box .title a {
  color: #333;
  font-size: 28px;
}

.content-style-1 .text-box .title a:hover {
  color: #c7000b;
}

.content-style-1 .text-box p {
  opacity: 0.8;
  font-size: 1em;
}

@media (max-width: 991px) {
  .content-style-1 .text-box {
      position: static;
      text-align: center;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      padding: 0;
  }

  .content-style-1 .text-box .title {
      text-align: left;
      font-size: 1.25em;
      font-weight: bold;
  }

  .content-style-1 .text-box p {
      text-align: left;
  }
}

@media (max-width: 991px) {
  .content-style-1 img.bg {
      display: none;
  }
}

.content-style-1 .swiper-button-next {
  margin-right: 2%;
}

@media (max-width: 991px) {
  .content-style-1 .swiper-button-next {
      margin-right: 0;
      display: none;
  }
}

.content-style-1 .swiper-button-prev {
  margin-left: 2%;
}


@media (max-width: 991px) {
  .content-style-1 .swiper-button-prev {
      margin-left: 0;
      display: none;
  }
}

@media (max-width: 991px) {
  .content-style-1 .swiper-button-next,
  .content-style-1 .swiper-button-prev {
      top: calc((100vw - 30px) * 0.5577 / 2);
  }
}

.srow > * > * {
  position: relative;
}

.shrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 45px;
}

@media (min-width: 992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

.col-lg-7, .col-lg-5 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.mb10 {
  margin-bottom: 5px !important;
}

.textarea {
  white-space: pre-line;
}

.type-box {
  margin: auto;
  width: 90%;
}

.e-align-center-xl {
  text-align: center;
}

@media (max-width: 1200px) {
  .e-module-202209060923 .e-title-h2 span {
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202209060923 .e-description span {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .e-description {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202209060923 .e-description {
    text-align: left;
    margin-top: 24px;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .e-con {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202209060923 .e-con {
    margin-top: 30px;
  }
}
.e-module-202209060923 .storage-container .pprow > div {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div {
    margin-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div:last-child .box {
    border-bottom: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div:last-child .box {
    border-bottom: 0;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box {
    display: block;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img {
  width: 50%;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img {
    width: 100%;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img .e-lazy {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img .e-lazy {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img .e-lazy img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .box-img .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .stor-con {
  width: 50%;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .stor-con {
    width: 100%;
    padding: 40px 40px 25px;
  }
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .stor-con .e-btn-box {
  position: relative;
  bottom: 0;
}
.e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .stor-con .e-xh-btn {
  position: relative;
  bottom: 0;
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div.e-col-xl-12 .box .stor-con .e-xh-btn {
    margin-top: 10px;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box {
  background-color: #fff;
  padding-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.e-module-202209060923 .storage-container .pprow > div .box:hover .e-lazy img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1600px) {
  .e-module-202209060923 .storage-container .pprow > div .box {
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box {
    padding-bottom: 10px;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .e-lazy {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.e-module-202209060923 .storage-container .pprow > div .box .e-lazy::after {
  padding-top: 56.25%;
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .e-lazy {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .e-lazy img {
  width: 100%;
  border-radius: 10px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .e-lazy img {
    border-radius: 10px 10px 0 0;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con {
  padding: 43px 50px 35px;
}
@media (max-width: 1600px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con {
    padding: 30px 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con {
    padding: 25px 30px 25px;
  }
}
@media (max-width: 750px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con {
    padding: 20px 25px 15px;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
.e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
  font-size: 26px;
  color: #333;
  line-height: 1.385;
  padding-bottom: 15px;
  display: block;
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a:hover,
.e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p:hover {
  color: #000;
}
.LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
.LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
  font-size: 28px;
  line-height: 1.58;
}
@media (max-width: 1600px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
    font-size: 22px;
    line-height: 1.545;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
    font-size: 24px;
    line-height: 1.58;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
    font-size: 18px;
    line-height: 1.89;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 a,
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con h3 p {
    font-size: 18px;
    line-height: 1.889;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-bottom: 25px;
}
.LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
  line-height: 1.95;
}
.LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
  line-height: 1.625;
}
@media (max-width: 1600px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 20px;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    line-height: 1.95;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .ptxt {
    line-height: 1.95;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .product-list.e-link-box {
  padding-top: 0;
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .product-list.e-link-box p {
  padding-bottom: 5px !important;
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .product-list.e-link-box p .text {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202209060923 .storage-container .pprow > div .box .stor-con .product-list.e-link-box p .text {
    line-height: 1.95;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-btn-box {
  position: absolute;
  bottom: 50px;
}
@media (max-width: 1600px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-btn-box {
    bottom: 35px;
  }
}
@media (max-width: 992px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-btn-box {
    position: relative;
    bottom: 0;
    display: none;
  }
}
@media (max-width: 750px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-btn-box {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-btn-box .e-btn-bd-red-md {
    display: none;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-xh-btn {
  display: none;
  padding-top: 0;
  position: absolute;
}
@media (max-width: 1200px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-xh-btn {
    display: block;
    bottom: 30px;
  }
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-xh-btn .iconfont {
    font-size: 36px;
    height: 24px;
  }
}
.e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-xh-btn p {
  padding: 0 !important;
}
@media (max-width: 750px) {
  .e-module-202209060923 .storage-container .pprow > div .box .stor-con .e-xh-btn .text {
    font-size: 14px;
    line-height: 1.95;
  }
}

.pprow .e-col-xl-4 {
  width: 33.33333333%;
  float: left;
  overflow: hidden;
  min-height: 1px;
  padding: 0 20px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .pprow .e-col-xl-4 {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.pprow {
  display: flex;
  flex-wrap: wrap;
  zoom: 1;
  margin: -40px -20px 0;
  overflow: hidden;
}

.pprow > * > * {
  position: relative;
}

#biaoQiao {
  width: calc(100% - 120px);
  margin-left: 60px;
  overflow: hidden;
  padding: 40px 0;
}

@media (max-width: 680px) {
  #biaoQiao {
    width: calc(100% - 50px);
    margin-left: 25px;
    overflow: hidden;
    padding: 15px 0;
  }
}

#news-list1 {
  height: 446px;
}

@media (max-width: 680px) {
  .container-custom {
    display: block;
  }
}

@media (min-width: 992px) {
  .container-custom {
    display: flex;
  }
  .solutionListBox {
    white-space: nowrap;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

.solutionItem {
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.solutionItem {
  margin-bottom: 40px;
  width: 100%;
  background: #3e3a39;
  height: 600px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.solutionItemPic {
  width: auto;
  height: 600px;
  height: 100%;
  position: relative;
}

.solutionItemPic img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.solutionItemMask {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.solutionItemBox {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 45%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

.solutionItemTitle .icon {
  padding-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.solutionItemSvg svg {
  height: 42px;
}

.solutionItemTitle h4 {
  font-size: 24px;
  color: #fff;
  white-space: normal;
}

.solutionItemTitle h4 span {
  display: block;
  margin: 10px auto;
  background: #c50819;
  width: 38px;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.solutionItemCententBox {
  opacity: 0;
  white-space: normal;
}

.solutionItemCententBox {
  width: 76%;
  text-align: center;
  margin: 0 auto;
}
.solutionItemCententBox.es {
  width: 271px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .solutionItemCententBox {
      width: 240px;
  }
  .solutionItemCententBox.es {
      width: 240px;
      text-align: center;
      margin: 0 auto;
  }
}
.solutionItemCententBox .link-box {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.solutionItemCententBox .link-box a {
  margin-bottom: 10px;
  white-space: nowrap;
}

.solutionItemCententBox p {
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  margin-bottom: 1rem;
  display: block;
  max-width: 460px;
  max-height: 300px;
  overflow-y: scroll;
  /*overflow: hidden;*/
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
@media (max-width: 991px) {
  .solutionItemCententBox p {
      margin-bottom: .36rem;
  }
}

.solutionItemCententBox p::-webkit-scrollbar {
  -webkit-appearance: none
}

.solutionItem,
.solutionItemPic {
  height: 500px;
}

.solutionItem .solutionItemBox {
  top: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solutionItem .solutionItemMask {
  opacity: 0.8;
}

.solutionItem .solutionItemSvg {
  opacity: 0;
}

.solutionItem .solutionItemTitle h4 span {
  opacity: 0;
}

.solutionItem .solutionItemCententBox {
  opacity: 1;
}

@media (min-width: 992px) {
 .solutionItem .solutionItemBox {
      top: 45%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
  }

  .solutionItem .solutionItemMask {
      opacity: 1;
  }

  .solutionItem .solutionItemSvg {
      opacity: 1;
  }

  .solutionItem .solutionItemTitle h4 span {
      opacity: 1;
  }

  .solutionItem .solutionItemCententBox {
      opacity: 0;
  }

  .screenSolutionBox {
      padding-left: 0;
      padding-right: 0;
  }

  .solutionItem {
      margin-bottom: 0;
      display: table-cell;
      width: 33.33%;
  }

  .solutionItem,
  .solutionItemPic {
      height: 500px;
  }

  .solutionItem:hover {
      width: 50%;
  }

  .solutionItem:hover .solutionItemMask {
      opacity: 0.5;
  }

  .solutionItem:hover .solutionItemTitle .icon {
      opacity: 0;
  }

  .solutionItem:hover .solutionItemTitle h4 span {
      opacity: 0;
  }

  .solutionItem:hover .solutionItemCententBox {
      opacity: 1;
      /*display: inline;*/
  }

 .solutionItem:hover .solutionItemBox {
      top: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .solutionItem .solutionItemBox {
      top: 45%;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
  }

  .solutionItem .solutionItemMask {
      opacity: 1;
  }

.solutionItem .solutionItemSvg {
      opacity: 1;
  }

  .solutionItem .solutionItemTitle h4 span {
      opacity: 1;
  }

  .solutionItem .solutionItemCententBox {
      opacity: 0;
  }

  .screenSolutionBox {
      padding-left: 0;
      padding-right: 0;
  }

  .solutionItem {
      margin-bottom: 0;
      display: table-cell;
      width: 33.33%;
  }

  .solutionItem,.solutionItemPic {
      height: 500px;
  }

  .solutionItem:hover {
      width: 50%;
  }

  .solutionItem:hover .solutionItemMask {
      opacity: 0.5;
  }

 .solutionItem:hover .solutionItemTitle .icon {
      opacity: 0;
  }

  .solutionItem:hover .solutionItemTitle h4 span {
      opacity: 0;
  }

  .solutionItem:hover .solutionItemCententBox {
      opacity: 1;
      /*display: inline;*/
  }

  .solutionItem:hover .solutionItemBox {
      top: 10%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .solutionItem, .solutionItemPic {
      height: 600px;
  }
}